home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / PowerPC / Dev / PPCRelease / Examples / R.Mainz / fastprim / smakefile < prev   
Encoding:
Makefile  |  1998-01-28  |  424 b   |  27 lines

  1. #
  2. # Makefile automatically generated by MKMK V6.55
  3. # Wed Jan 28 17:39:10 1998
  4. #
  5.  
  6. OBJS= runprim.o fastprim.elf.o
  7.  
  8. runprim: $(OBJS)
  9.    sc link to runprim with <<
  10. $(OBJS)
  11. <
  12.  
  13. runprim.o:      runprim.c
  14. fastprim.elf.o: fastprim.elf.c
  15.  
  16. fastprim.elf.c: fastprim.elf embedelf
  17.     embedelf fastprim.elf >fastprim.elf.c
  18.  
  19. embedelf: embedelf.c
  20.     smake -f smakefile.embedelf
  21.  
  22. fastprim.elf: fastprim.c
  23.     smake -f smakefile.fastprim
  24.  
  25.  
  26.  
  27.